home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / 68060 / cyberguard / cyberguard.doc < prev    next >
Text File  |  1998-02-05  |  2KB  |  46 lines

  1. CyberGuard is offering the same functionality and more for
  2. the 060 what Enforcer V37 provides for the 68030 and 68040.
  3. It supports almost every option Enforcer V37 offers so the
  4. usage is almost the same.
  5. As I'm born as a lazy guy i only desribe the differences
  6. to Enforcer. For the other options please look into the
  7. Enforcer V37 manual.
  8. Enforcer V37 was written by M.Sinz and the original Enforcer
  9. idea was developed by Bruce Nesbitt that i want to thank here.
  10.  
  11. o Well..some people may have heard about the mysterious program
  12.   Guardian Angel that was hinted by a comment "Angel Hit"
  13.   somewhere in the 2.x Release-Notes.
  14.   Well..some people may also have seen this program but i know
  15.   nobody that has seen it working:-)
  16.   The program should have been able to writeprotect the
  17.   free memory to find these annoying random write bugs you
  18.   can search weeks for.
  19.   The option GUARD activates this mode so hits to free memory
  20.   are caught. There's a speed limitation in this mode that
  21.   allows Cyberguard to protect only memory pages that are
  22.   complete in the free memory to avoid writeprotecting data
  23.   areas of programs.
  24.   Beware!!!! After activating this option your machine CRAWLS.
  25.  
  26. o Another difference to Enforcer V37 is that Cyberguard can
  27.   show the instruction that caused a hit by the option
  28.   SHOWDISS. With the option DISSLINES you determine the amount
  29.   of instructions after the hit causing instruction should be
  30.   displayed.
  31.  
  32. o NOZERO disables the Zeropage MMU-protection.
  33.   This option makes only sense for me during debugging.
  34.  
  35. o FSPACE,VERBOSE have no meaning right now.
  36.  
  37.  
  38. My startup-sequence entry:
  39.  
  40. run >NIL: segtracker
  41. run >NIL: cyberguard STACKLINES=8 SHOWDISS FILE=CNC:0/0/640/100/CyberGuard/Auto/Close
  42.  
  43. Instead of CNC: use the console you're like.
  44.  
  45. Ralph Schmidt
  46.